home *** CD-ROM | disk | FTP | other *** search
/ Alde ADA 5 #1 / ADA CD-ROM - Alde Publishing.iso / cm / spell2.sid < prev    next >
Encoding:
Text File  |  1988-05-03  |  4.1 KB  |  89 lines

  1. --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
  2. -- UNIT NAME         : Spelling Checker
  3. -- VERSION           : 1.0
  4. -- REVIEW CODE       : 
  5. -- DDN ADDRESS       : 
  6. -- AUTHOR            : John Foreman
  7. --                   : Texas Instruments, Inc.
  8. --                   : P.O. Box 801 MS 8007
  9. --                   : McKinney, TX  75069
  10. --                   : Contact: Lt. Colonel Falgiano
  11. --                   : ESD/SCW
  12. --                   : Hanscom AFB, MA  01731
  13. -- COPYRIGHT         : (c) 1985 Texas Instruments, Inc.
  14. -- DATE CREATED      : 14 December 1984
  15. -- DATE RELEASED     : March 1985
  16. -- DATE LAST UPDATED : 
  17. -- LOCATION          : ASR
  18. -- ENVIRONMENT       : 
  19. --= CLASSIFICATION       ===============================================--
  20. -- CATEGORY LEVEL 1  : TEXT MANIPULATION
  21. -- CATEGORY LEVEL 2  : Spelling Checker/Corrector
  22. -- CATEGORY LEVEL 3  : 
  23. -- CATEGORY LEVEL 4  : 
  24. -- KEYWORD           : 
  25. -- INDEX             : Spelling Checker
  26. -- INDEX             : Checker, Spelling
  27. -- INDEX             : Spelling Corrector
  28. -- INDEX             : Corrector, Spelling
  29. -- TAXONOMY          : 
  30. -- DEPENDENCIES      : 
  31. -- SEE ALSO          : WIS_TOOL_08_4
  32. --= FILE LISTING         ===============================================--
  33. -- FILE SPECS        : PD:<ADA.SPELLER>SP2*.*
  34. -- FILE SPECS        : PD:<ADA.SPELLER>SPELL2.*
  35. -- DIRECTORY DISPLAY :
  36. -- Directory   PD:<ADA.SPELLER>
  37. --      File Name     Byte Count  Line Count
  38. --   ---------------  ----------  ----------
  39. --   SP2ACRONY.DCT         29559        5225
  40. --   SP2HELP.INI            4758         134
  41. --   SP2MASTER.DCT        393794       38566
  42. --   SPELL2.CMM             1296          39
  43. --   SPELL2.DOC            32564        1980
  44. --   SPELL2.PRO             4121          84
  45. --   SPELL2.SRC           766341       53334
  46. --   SPELL2.TST           127616        7149
  47. --   ===============  ==========  ==========
  48. --     8 Files           1360049      106511
  49. --= ABSTRACT             ===============================================--
  50. --         Procedure SPELLER is an interactive  spell  checking  utility.
  51. -- The "default" format shall be interactive.  Options allow the user to
  52. -- 
  53. --   * enable auxiliary dictionary search
  54. --   * merge two or more dictionaries together
  55. --   * list the contents of a specified dictionary
  56. --   * execute in batch mode
  57. --   * generate an output file containing all suspect words
  58. --   * disable the MASTER dictionary and or enable the ACRONYM dictionary
  59. -- 
  60. --         This procedure establishes the  first  level  user  interface.
  61. -- From  this  level  the  user will be able to access the HELP facility,
  62. -- merge two or more dictionaries, list out a dictionary  and  begin  the
  63. -- spell checking process of a document.
  64. --= REVISION HISTORY     ===============================================--
  65. --
  66. -- DATE         VERSION AUTHOR                  HISTORY 
  67. -- 03/85          1.0   John Foreman            Initial Release
  68. --= RELEASE NOTICE       ===============================================--
  69. -- This prologue must be included in all copies of this software.
  70. -- 
  71. -- This software is copyright by the author.
  72. -- 
  73. -- This software is released to the Ada community.
  74. -- This software is released to the Public Domain (note:
  75. --   software released to the Public Domain is not subject
  76. --   to copyright protection).
  77. -- Restrictions on use or distribution:  NONE
  78. --= DISCLAIMER           ===============================================--
  79. --     This software and its documentation are provided "AS IS" and
  80. -- without any expressed or implied warranties whatsoever.  No warranties
  81. -- as to performance, merchantability, or fitness for a particular
  82. -- purpose exist.
  83. --     The user is advised to test the software thoroughly before
  84. -- relying on it.  The user must assume the entire risk and liability of
  85. -- using this software.  In no event shall any person or organization of
  86. -- people be held responsible for any direct, indirect, consequential or
  87. -- inconsequential damages or lost profits.
  88. --======================================================================--
  89.